StvDEV

 Components

  Handlers

  ArgumentsHandler

  PlatformHandler

  AwakeSingletone()

  HandlePlatform()

  PlatformDetected

  PlatformType

  RuntimePlatform

  Localization

  Scenarios

  Threads

  UI

  Trigger

 Drawing

 Extensions

 Inspector

 Patterns

 TextMeshPro

 Types

 Vibration

class PlatformHandler

Component for handle current platform.
AttributesAddComponentMenu("StvDEV/Basic/Handlers/Platform Handler"), HelpURL("https://docs.stvdev.pro/StvDEV/Components/Handlers/PlatformHandler/index.html")
VisibilityPublic
ExtendsMonoBehaviourSingleton

Public enums

enum PlatformTypeRuntime plaftorm type.

Public static methods

void HandlePlatform()Handle platform type.

Protected methods

void AwakeSingletone()

Public static properties

UnityEvent<PlatformType> PlatformDetected On platform detected (PlatformType)
PlatformType RuntimePlatform Current runtime platform.